home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / toshset / README < prev    next >
Text File  |  2009-06-04  |  1KB  |  39 lines

  1.  
  2.     Toshset is a command-line tool allowing access to much of the
  3. Toshiba hardware interface. It can do things like control
  4. display brightness, set the fan speed, and enable the optional
  5. Bluetooth interface. 
  6.  
  7.     Credit for the difficult task of reverse-engineering the Toshiba
  8. hardware interface goes to others, principly Jonathan Buzzard.
  9.  
  10. The toshset home page is 
  11. http://schwieters.org/toshset.html
  12.  
  13. A link for Jonathan's tools is
  14. http://www.buzzard.org.uk/toshiba/
  15.  
  16. To build an executable: 
  17.  
  18. ./configure
  19. make
  20. make install
  21.  
  22. For command-line options, try toshset with no command-line options.
  23.  
  24. Comments, suggestions, and the output of toshset -v -q are welcome.
  25.  
  26. Support for the Toshiba hardware kernel interface: uncommenting the
  27. appropriate line in the Makefile enables USE_KERNEL_INTERFACE. In its
  28. current incarnation, when compiled with this option, toshset first
  29. tries the kernel interface before attempting to talk directly to the
  30. BIOS. This will likely evolve a bit. The justification for this
  31. option: operation under ACPI. Hopefully, the toshiba kernel interface
  32. will soon support ACPI, and with it toshset.
  33.  
  34. This program is a work in progress. Because Toshiba has not published
  35. its hardware specifications, Jonathan's task of reverse-engineering is
  36. an ongoing process.
  37.  
  38. Charles@Schwieters.org
  39.